home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Pac Man.swf
/
scripts
/
DefineButton2_88
/
BUTTONCONDACTION on(press).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
163 b
|
12 lines
on(press){
tellTarget("../../")
{
stop();
}
tellTarget("")
{
gotoAndPlay(2);
}
startDrag("","0","0","-88","0","88");
}